libxc: osdep: add framework for abstracting access to dom0 OS hypervisor interfaces.
authorIan Campbell <ian.campbell@citrix.com>
Fri, 3 Dec 2010 09:36:46 +0000 (09:36 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 3 Dec 2010 09:36:46 +0000 (09:36 +0000)
commit02e4f47747e6198c834017e5038fa6bf98a0cfeb
treee186d387ef6632056c5e55a9750a6e9f3987c0c4
parent94705cc4bfe4d9d749d86f49045f62ed9e48a0bc
libxc: osdep: add framework for abstracting access to dom0 OS hypervisor interfaces.

This patch introduces the basic infrastructure and uses it for open
and close operations on privcmd, evtchn and gnttab devices.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Ian Jackson <ian.jackson.citrix.com>
tools/libxc/Makefile
tools/libxc/xc_linux.c
tools/libxc/xc_minios.c
tools/libxc/xc_netbsd.c
tools/libxc/xc_private.c
tools/libxc/xc_private.h
tools/libxc/xc_solaris.c
tools/libxc/xenctrlosdep.h [new file with mode: 0644]